ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ShapeTagHelper<TControl> Class / PointIndex Property

In This Topic
    PointIndex Property (ShapeTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.PointIndex. Sets the data point index of the annotation.
    Syntax
    'Declaration
     
    Public Property PointIndex As Integer
    public int PointIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to DataIndex.
    See Also